Skip to content

fix(table): restore ThemedTableAvatar and CellTap<T> from incorrect d…#136

Merged
ManuelRomeroA merged 1 commit into
mainfrom
development
Apr 29, 2026
Merged

fix(table): restore ThemedTableAvatar and CellTap<T> from incorrect d…#136
ManuelRomeroA merged 1 commit into
mainfrom
development

Conversation

@ManuelRomeroA
Copy link
Copy Markdown
Contributor

…eprecation

Both symbols were marked @deprecated in 7.5.28 as part of the ThemedTable deprecation sweep, but neither is exclusive to ThemedTable:

  • ThemedTableAvatar is used by ThemedScaffoldView.avatarBuilder in scaffolds/
  • CellTap is used by ThemedColumn2.onTap in table2/

Removed @deprecated from both and dropped the now-unnecessary // ignore_for_file in scaffolds/src/sidebar.dart.

Bumps version to 7.5.30.

…eprecation

Both symbols were marked @deprecated in 7.5.28 as part of the ThemedTable
deprecation sweep, but neither is exclusive to ThemedTable:
- ThemedTableAvatar is used by ThemedScaffoldView.avatarBuilder in scaffolds/
- CellTap<T> is used by ThemedColumn2.onTap in table2/

Removed @deprecated from both and dropped the now-unnecessary
// ignore_for_file in scaffolds/src/sidebar.dart.

Bumps version to 7.5.30.
@github-actions
Copy link
Copy Markdown

📋 Changelog Summary

This PR includes the following changes:

🐛 Bug Fixes

📊 Diff Stats

Metric Count
📄 Files changed 6
🟢 Insertions $\color{green}\textsf{+7}$
🔴 Deletions $\color{red}\textsf{-5}$

🤖 Auto-generated by changelog workflow

@github-actions
Copy link
Copy Markdown

📊 Test Coverage Report

🎯 Dart/Flutter

Metric Value
Coverage 16.5%
Lines covered 10864 / 127
Lines missing -10737

🤖 Generated by coverage workflow

@ManuelRomeroA ManuelRomeroA merged commit 77eec4a into main Apr 29, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant